home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / photo / Setup.exe / {app} / PhotoMeister.exe / 0 / RCDATA / TSELECTACTIONFORM / TSELECTACTIONFORM.txt
Encoding:
Text File  |  2002-06-17  |  2.9 KB  |  148 lines

  1. object selectactionform: Tselectactionform
  2.   Left = 398
  3.   Top = 177
  4.   Width = 525
  5.   Height = 449
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Move Photos'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 300
  10.   Constraints.MinWidth = 355
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDefaultSizeOnly
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel1: TResizePanel
  25.     Left = 0
  26.     Top = 384
  27.     Width = 517
  28.     Height = 38
  29.     Align = alBottom
  30.     BevelOuter = bvNone
  31.     TabOrder = 2
  32.     OnResize = Panel1Resize
  33.     object buttonok: TButton
  34.       Left = 296
  35.       Top = 8
  36.       Width = 100
  37.       Height = 25
  38.       Caption = 'OK'
  39.       Default = True
  40.       ModalResult = 1
  41.       TabOrder = 0
  42.     end
  43.     object buttoncancel: TButton
  44.       Left = 400
  45.       Top = 8
  46.       Width = 100
  47.       Height = 25
  48.       Cancel = True
  49.       Caption = 'Cancel'
  50.       ModalResult = 2
  51.       TabOrder = 1
  52.     end
  53.     object RxSplitter1: TRxSplitter
  54.       Left = 0
  55.       Top = 0
  56.       Width = 517
  57.       Height = 2
  58.       Align = alTop
  59.       BevelInner = bvLowered
  60.       BevelOuter = bvNone
  61.       Enabled = False
  62.     end
  63.     object Button1: TButton
  64.       Left = 8
  65.       Top = 8
  66.       Width = 100
  67.       Height = 25
  68.       Caption = 'New Album'
  69.       TabOrder = 3
  70.       OnClick = Button1Click
  71.     end
  72.   end
  73.   object xPanel1: TPanel
  74.     Left = 0
  75.     Top = 255
  76.     Width = 517
  77.     Height = 129
  78.     Align = alBottom
  79.     BevelOuter = bvNone
  80.     BorderWidth = 8
  81.     TabOrder = 1
  82.     object textlabel: TLabel
  83.       Left = 8
  84.       Top = 8
  85.       Width = 501
  86.       Height = 113
  87.       Align = alClient
  88.       AutoSize = False
  89.       Caption = 'textlabel'
  90.       WordWrap = True
  91.     end
  92.     object ListBox1: TListBox
  93.       Left = 8
  94.       Top = 8
  95.       Width = 501
  96.       Height = 113
  97.       Align = alClient
  98.       ItemHeight = 13
  99.       TabOrder = 0
  100.     end
  101.   end
  102.   object Panel3: TPanel
  103.     Left = 0
  104.     Top = 0
  105.     Width = 517
  106.     Height = 238
  107.     Align = alClient
  108.     BevelOuter = bvNone
  109.     BorderWidth = 8
  110.     TabOrder = 0
  111.     OnResize = Panel3Resize
  112.     object thumbgrid: TDrawGrid
  113.       Left = 8
  114.       Top = 8
  115.       Width = 501
  116.       Height = 222
  117.       Align = alClient
  118.       Color = clBtnFace
  119.       DefaultColWidth = 100
  120.       DefaultRowHeight = 100
  121.       DefaultDrawing = False
  122.       FixedCols = 0
  123.       FixedRows = 0
  124.       Options = [goFixedVertLine, goFixedHorzLine, goThumbTracking]
  125.       ScrollBars = ssVertical
  126.       TabOrder = 0
  127.       OnDrawCell = thumbgridDrawCell
  128.       OnSelectCell = thumbgridSelectCell
  129.     end
  130.   end
  131.   object Panel4: TPanel
  132.     Left = 0
  133.     Top = 238
  134.     Width = 517
  135.     Height = 17
  136.     Align = alBottom
  137.     BevelOuter = bvNone
  138.     TabOrder = 3
  139.     object Label1: TLabel
  140.       Left = 8
  141.       Top = 4
  142.       Width = 48
  143.       Height = 13
  144.       Caption = 'Move to...'
  145.     end
  146.   end
  147. end
  148.